/*!
            * Bootstrap v5.1.3 (https://getbootstrap.com/)
            * Copyright 2011-2021 The Bootstrap Authors
            * Copyright 2011-2021 Twitter, Inc.
            * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
            */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.XC,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .XC,
  h1 {
    font-size: 2.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
strong {
  font-weight: bolder;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  text-transform: none;
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
iframe {
  border: 0;
}
.YC {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .YC {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .YC {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .YC {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .YC {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .YC {
    max-width: 1320px;
  }
}
.ZC {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.ZC > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .aC {
    width: 16.66666667%;
  }
  .aC,
  .bC {
    flex: 0 0 auto;
  }
  .bC {
    width: 83.33333333%;
  }
}
.cC[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.cC::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .cC::file-selector-button {
    transition: none;
  }
}
.cC:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.cC:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.dC::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.eC::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.fC:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.gC > .cC:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.hC {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .hC {
    transition: none;
  }
}
.hC:hover {
  color: #212529;
}
.hC:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.hC:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.iC {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.iC:focus,
.iC:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.iC:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.iC:active {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.iC:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.iC:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.MC {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.jC {
  flex: 1 1 auto;
  padding: 1rem;
}
.kC:after {
  display: block;
  content: "";
}
.lC:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.mC {
  display: flex !important;
}
.nC {
  width: 100% !important;
}
.oC {
  padding: 0 !important;
}
.pC {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.qC {
  border-radius: 0.25rem !important;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/pxiByp8kv8JHgFVrLEj6V1s.ttf) format("truetype");
}
a,
body,
div,
h1,
html,
iframe,
img,
nav,
p,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
nav {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
a,
a:hover,
a:visited {
  text-decoration: none;
  cursor: pointer;
}
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  height: auto;
}
ul {
  list-style: disc;
  padding-left: 1.3em;
}
.kC:after,
.kC:before {
  content: " ";
  display: table;
}
.kC:after {
  clear: both;
}
a {
  color: #1b86f1;
}
.rC {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sC,
.tC {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tC {
  z-index: 0;
  overflow: hidden;
}
.uC {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.vC {
  position: relative;
  z-index: 2;
}
.wC {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xC {
  position: relative;
  padding: 0 10px;
  z-index: 2;
  margin-bottom: 25px;
}
.xC,
.yC {
  margin-left: auto;
  margin-right: auto;
}
.yC {
  width: 100%;
  max-width: 1180px;
}
.zC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.AD > .xC > .zC {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}
.BD > .xC > .zC {
  margin-left: 0;
  margin-right: 0;
}
.CD > .xC > .zC {
  margin-left: -25px;
  margin-right: -25px;
}
.DD > .xC > .zC {
  margin-left: -10px;
  margin-right: -10px;
}
.ED {
  padding: 0 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AD > .xC > .zC > .ED {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.tatsu-column-inner {
  width: 100%;
  position: relative;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease,
    -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  padding: 10px;
}
.FD {
  width: 100%;
}
.AD > .xC > .zC > .ED > .tatsu-column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AD > .xC > .zC > .GD > .tatsu-column-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.BD > .xC > .zC > .ED,
.BD > .xC > .zC > .ED > .tatsu-column-inner {
  padding: 0;
}
.CD > .xC > .zC > .ED {
  padding: 0 15px;
}
.HD > .xC > .zC > .ID {
  padding: 0;
}
.ID {
  width: 100%;
}
.JD {
  width: 50%;
}
.FD {
  position: relative;
  z-index: 2;
}
.KD {
  z-index: 0;
  overflow: hidden;
}
.KD,
.LD {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.MD {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tatsu-module {
  margin-bottom: 50px;
}
.ND {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.OD {
  text-align: center;
}
.PD {
  text-align: left;
}
@media only screen and (max-width: 1366px) {
  .zC {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1220px) {
  .yC {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .yC {
    max-width: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .yC {
    max-width: 740px;
  }
}
@media only screen and (max-width: 767px) {
  .yC {
    max-width: 90vw;
  }
  .xC {
    padding: 0;
    margin-bottom: 45px;
  }
  .QD {
    margin-bottom: 0;
  }
  .HD .xC .zC {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    margin-left: 0;
    margin-right: 0;
  }
  .ED {
    margin: 0 0 45px;
  }
  .HD > .xC > .zC > .ED,
  .HD > .xC > .zC > .ED > .tatsu-column-inner {
    padding: 0;
  }
  .rC .HD:last-child > .xC > .zC > .ED > .tatsu-column-inner {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yC {
    max-width: 440px;
  }
}
.RD:after,
.RD:before {
  content: " ";
  display: table;
}
.RD:after {
  clear: both;
}
strong {
  font-weight: 600;
}
html {
  overflow-x: hidden;
}
.tatsu-single-image-inner {
  overflow: hidden;
  border-style: solid;
}
.QD {
  margin-bottom: 0;
}
.rC {
  width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.SD {
  margin-bottom: 30px;
}
.ND.TD {
  margin-left: auto;
  margin-right: auto;
}
.UD {
  margin: 0 0 30px;
}
.UD:last-child {
  margin-right: 0;
}
.VD {
  text-decoration: none;
  border-color: transparent;
}
.VD > div {
  text-align: center;
}
.UD .WD {
  cursor: pointer;
  overflow: hidden;
}
.VD,
.WD,
.XD {
  display: inline-block;
}
.VD,
.WD,
.XD,
.YD {
  position: relative;
}
.YD {
  display: block;
}
.VD {
  padding: 15px 36px;
}
.UD .VD:after,
.UD .VD:before,
.UD .WD:after,
.UD .WD:before,
.UD .XD:after,
.UD .YD:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.UD .VD {
  background-clip: padding-box;
}
.WD:after,
.WD:before {
  border-style: solid;
  border-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.UD .XD span,
.UD .YD span {
  display: inline-block;
}
.UD .XD:after,
.UD .YD:after {
  content: attr(data-text);
  font: inherit;
}
.UD .VD:after,
.UD .VD:before,
.UD .WD:after,
.UD .WD:before,
.UD .XD:after,
.UD .XD span,
.UD .YD:after,
.UD .YD span {
  -webkit-transition: all 0.3s linear;
  -o-transition: 0.3s all linear;
  transition: all 0.3s linear;
}
.UD .VD:before,
.UD .WD:before,
.UD .XD span,
.UD .YD span {
  opacity: 1;
}
.UD .VD:after,
.UD .WD:after,
.UD .WD:hover .VD:before,
.UD .WD:hover .XD span,
.UD .WD:hover .YD span,
.UD .WD:hover:before,
.UD .XD:after,
.UD .YD:after {
  opacity: 0;
}
.UD .WD:hover .VD:after,
.UD .WD:hover .XD:after,
.UD .WD:hover .YD:after,
.UD .WD:hover:after {
  opacity: 1;
}
.ZD .WD {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ZD .WD:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.XD,
.YD {
  z-index: 1;
}
.UD.qC .VD,
.UD.qC .VD:after,
.UD.qC .VD:before,
.UD.qC .WD,
.UD.qC .WD:after,
.UD.qC .WD:before {
  border-radius: 3px;
}
.aD {
  padding: 15px 34px;
}
.bD {
  margin-bottom: 0;
}
.cD {
  width: 100%;
  line-height: 0;
  margin: 0 0 30px;
}
.tatsu-image-lazyload img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tatsu-single-image-inner {
  display: inline-block;
  position: relative;
}
.cD a,
.cD img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cD img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid transparent;
  -o-object-fit: cover;
  object-fit: cover;
}
.cD.PD {
  text-align: left;
}
.cD.OD {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cD.tatsu-module .tatsu-single-image-inner {
    max-width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@media only screen and (max-width: 767px) {
  .ND {
    width: 100%;
  }
}
.dD .tatsu-carousel-col {
  width: 100%;
}
.tatsu-carousel-col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.tatsu-carousel-img-lazy-load {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.eD .tatsu-carousel-img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .eD .tatsu-carousel-col {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .eD .tatsu-carousel-col {
    width: 100%;
  }
}
.countdown-section {
  line-height: 1;
}
.be-start-animation {
  -o-transition: -o-transform 0.7s, -o-scale 0.7s, opacity 0.7s;
  -webkit-transition: -webkit-transform 0.7s, -webkit-scale 0.7s, opacity 0.7s;
  -webkit-transition: scale 0.7s, opacity 0.7s, -webkit-transform 0.7s;
  transition: scale 0.7s, opacity 0.7s, -webkit-transform 0.7s;
  -o-transition: transform 0.7s, scale 0.7s, opacity 0.7s;
  transition: transform 0.7s, scale 0.7s, opacity 0.7s;
  transition: transform 0.7s, scale 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
.be-col {
  padding: 0;
  margin: 0;
}
.be-grid.be-grid-initialized {
  visibility: visible;
}
.be-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 15px;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.be-lazy-load {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.be-lazy-loaded {
  opacity: 1;
}
.be-col-hide {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.be-col-visible {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.be-embed-placeholder {
  position: relative;
}
.be-embed-placeholder:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.be-embed-placeholder .be-youtube-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
button,
input {
  margin: 0;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
span.tatsu-form-range-tooltip.tatsu-form-range-show {
  display: inline-block;
}
.countdown-section,
.tatsu-form-validate-show {
  display: block;
}
.tatsu-single-image-inner amp-img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.fD {
  margin: 0 0 20px;
}
.gD {
  margin: 0 auto;
}
.open.tatsu-mobile-menu {
  height: auto;
}
.tatsu-module.hD {
  overflow: hidden;
  position: relative;
}
.iD {
  margin-bottom: 0;
}
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.tatsu-amp-bg-video video {
  object-fit: cover;
}
.animated {
  visibility: visible !important;
}
.animated,
.animated.hinge,
.be-animate,
.tatsu-animate {
  -webkit-animation-duration: 0.65s;
  -moz-animation-duration: 0.65s;
  -ms-animation-duration: 0.65s;
  -o-animation-duration: 0.65s;
  animation-duration: 0.65s;
}
.be-animate,
.tatsu-animate {
  visibility: hidden;
}
.end-animation {
  visibility: visible !important;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    visibility: visible;
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    visibility: visible;
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-close-btn-in .white-popup .mfp-close {
  color: #fff;
}
.white-popup video {
  width: 100%;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.tatsu-carousel {
  position: relative;
  visibility: hidden;
}
.tatsu-row-wrap.tatsu-row-full-width .tatsu-carousel {
  margin: 0;
}
.tatsu-carousel.flickity-enabled {
  visibility: visible;
}
.tatsu-carousel-destroy-in-mobile:after {
  content: "flickity";
  display: none;
}
@media screen and (max-width: 767px) {
  .tatsu-carousel-destroy-in-mobile:after {
    content: "";
  }
}
.tatsu-carousel[data-dots="1"] .flickity-viewport {
  margin-bottom: 30px;
}
.tatsu-carousel .flickity-page-dots {
  left: 0;
}
.tatsu-carousel .flickity-page-dots .dot {
  width: 7px;
  height: 7px;
}
.tatsu-carousel .flickity-prev-next-button {
  padding: 0;
  background: transparent;
  width: 25px;
  height: 25px;
  transition: all 0.3s;
}
.tatsu-carousel .flickity-button-icon {
  fill: #979797;
}
.tatsu-carousel .flickity-button:hover {
  background: transparent;
}
.tatsu-carousel .flickity-prev-next-button.next {
  right: 0;
  opacity: 0;
}
.tatsu-carousel:hover .flickity-prev-next-button.next {
  right: 15px;
  opacity: 1;
}
.tatsu-carousel .flickity-prev-next-button.previous {
  left: 0;
  opacity: 0;
}
.tatsu-carousel:hover .flickity-prev-next-button.previous {
  left: 15px;
  opacity: 1;
}
.tatsu-carousel .flickity-button:focus {
  outline: none;
  box-shadow: none;
}
.tatsu-carousel .flickity-viewport {
  transition: height 0.3s;
}
.tatsu-carousel.tatsu-full-screen-carousel .flickity-viewport {
  margin-bottom: 0;
}
.tatsu-carousel.tatsu-full-screen-carousel .flickity-page-dots {
  bottom: 15px;
}
.tatsu-carousel-col {
  position: absolute;
  top: 0;
}
.tatsu-carousel-col:first-child {
  position: relative;
}
.tatsu-carousel-cols-1 .tatsu-carousel-col {
  width: 100%;
}
.tatsu-carousel-cols-2 .tatsu-carousel-col {
  width: 50%;
}
.tatsu-carousel-cols-3 .tatsu-carousel-col {
  width: 33.33%;
}
.tatsu-carousel-cols-4 .tatsu-carousel-col {
  width: 25%;
}
.tatsu-carousel-cols-5 .tatsu-carousel-col {
  width: 20%;
}
.tatsu-carousel-cols-6 .tatsu-carousel-col {
  width: 16.66%;
}
.tatsu-carousel-col-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tatsu-carousel-img-lazy-load.tatsu-carousel-img-lazy-loaded {
  opacity: 1;
}
.tatsu-carousel-img-lazy-load {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 0;
}
.tatsu-fixed-carousel .tatsu-carousel-img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tatsu-fixed-carousel .tatsu-carousel-col {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .tatsu-fixed-carousel .tatsu-carousel-col {
    width: 100%;
  }
}
.tatsu-image-center-scale .tatsu-carousel-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tatsu-variable-carousel .tatsu-carousel-img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .tatsu-variable-carousel .tatsu-carousel-col {
    width: 100%;
  }
  .tatsu-variable-carousel .tatsu-carousel-img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
.tatsu-client-carousel .tatsu-carousel-img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .tatsu-client-carousel .tatsu-carousel-col {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .tatsu-carousel-destroy-in-mobile {
    visibility: visible !important;
  }
  .tatsu-carousel.tatsu-carousel-destroy-in-mobile .tatsu-carousel-col-inner {
    height: auto;
    line-height: 0;
  }
  .tatsu-carousel-destroy-in-mobile .tatsu-carousel-col {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
  }
  .tatsu-carousel-destroy-in-mobile .tatsu-carousel-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.sp-builtwith-badge-wrap {
  position: relative;
}
.sp-builtwith-badge {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: #333;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
@media only screen and (max-width: 1377px) {
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}
@media only screen and (max-width: 767px) {
}
.A {
  font-family: "Inter", sans-serif;
}
.B {
  font-weight: 700;
}
.C {
  font-weight: 600;
}
.D {
  font-size: 26px;
}
.E {
  line-height: 1.25em;
}
.F {
  line-height: 1.5em;
}
.G {
  text-transform: none;
  letter-spacing: 0px;
}
.H {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.I {
  color: #182433;
}
.J {
  color: rgba(60, 72, 84, 0.8);
}
.K {
  font-size: 55px;
}
.L {
  font-size: 40px;
}
.M {
  font-weight: 500;
}
.N {
  font-size: 34px;
}
.O {
  font-size: 20px;
}
.P {
  font-size: 18px;
}
.Q {
  font-size: 13px;
  line-height: 1.2em;
}
.R {
  font-weight: 400;
  font-size: 17px;
}
.S {
  font-size: 14px;
  line-height: 1em;
  color: #ffffff;
}
.BB {
  padding-bottom: 435.9550561797753%;
}
.AB {
  color: rgba(0, 0, 0, 1);
}
.a {
  color: rgba(84, 84, 84, 1);
}
.b {
  color: #ffffff;
}
.c {
  text-align: center;
}
.d {
  text-align: left;
}
.e {
  width: 50%;
}
.f {
  width: 100%;
}
.g {
  max-width: 100%;
  width: 801px;
}
.h {
  padding-bottom: 100%;
}
.i {
  padding-bottom: 37.453183520599254%;
}
.j {
  text-transform: none;
}
.XB {
  padding: 20px 0px 0px 0px;
}
.k {
  transform: translate3d(0px, 0px, 0);
}
.WB {
  padding-bottom: 258.55181023720354%;
}
.l {
  margin: 0px 0px 22px 0px;
}
.VB {
  padding-bottom: 142.44694132334584%;
}
.m {
  margin: 0px 0px 0px 0px;
}
.UB {
  padding: 0px 0px 22px 0px;
}
.n {
  mix-blend-mode: normal;
}
.TB {
  padding-bottom: 289.1385767790262%;
}
.o {
  padding: 1px;
}
.SB {
  padding-bottom: 204.4943820224719%;
}
.p {
  padding: 0px 450px 0px 450px;
}
.RB {
  padding-bottom: 106.36704119850187%;
}
.q {
  padding: 0px 20px 0px 20px;
}
.QB {
  line-height: 10px;
  font-weight: 500;
  font-size: 12px;
}
.r {
  font-weight: 400;
}
.PB {
  padding-bottom: 314.856429463171%;
}
.s {
  max-width: none;
}
.OB {
  background-color: rgba(250, 233, 195, 1);
}
.t {
  padding: 25px 450px 50px 450px;
}
.NB {
  margin: 0px 0px 20px 0px;
}
.u {
  padding-bottom: 302.4968789013733%;
}
.MB {
  background-color: rgba(251, 250, 220, 1);
}
.v {
  padding-bottom: 130.71161048689137%;
}
.LB {
  padding-bottom: 239.32584269662925%;
}
.W {
  font-family: "gotham med";
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 0%;
}
.w {
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.99);
}
.KB {
  padding: 0px 450px 22px 450px;
}
.X {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.3em;
}
.x {
  font-weight: 700;
  font-size: 20px;
}
.JB {
  background-color: rgba(255, 255, 255, 1);
}
.Y {
  font-family: "Poppins";
}
.y {
  line-height: 26px;
  font-size: 18px;
}
.IB {
  padding: 22px 450px 0px 450px;
}
.Z {
  fill: #ffffff;
}
.z {
  padding-bottom: 560.2996254681648%;
}
.HB {
  padding-bottom: 30.21223470661673%;
}
.GB {
  margin: -15px 0px 0px 0px;
}
.FB {
  padding-bottom: 380.39950062421974%;
}
.EB {
  height: 655px;
}
.DB {
  padding-bottom: 222.5967540574282%;
}
.CB {
  padding-bottom: 142.32209737827716%;
}
.YB:before {
  border-width: 1px;
}
.ZB:before {
  background: rgba(61, 174, 36, 1);
}
.aB:before {
  background: rgba(245, 101, 36, 1);
}
.bB:after {
  color: #ffffff;
}
.cB:after {
  border-width: 1px;
}
.dB:after {
  background: rgba(245, 101, 36, 1);
}
.eB:after {
  background: rgba(61, 174, 36, 1);
}
@media only screen and (max-width: 1377px) {
  .fB {
    transform: translate3d(0px, 0px, 0);
  }
  .gB {
    padding: 0px 0px 0px 0px;
  }
  .hB {
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rB {
    margin: 0px 0px 0px 0px;
  }
  .qB {
    width: 95%;
  }
  .pB {
    font-size: 10px;
  }
  .oB {
    padding: 0px 200px 1px 200px;
  }
  .nB {
    padding: 22px 0px 0px 0px;
  }
  .mB {
    font-weight: 600;
    font-family: "gotham med";
  }
  .lB {
    font-size: 12px;
  }
  .kB {
    padding: 0px 200px 0px 200px;
  }
  .jB {
    padding: 0px 0px 0px 0px;
  }
  .iB {
    transform: translate3d(0px, 0px, 0);
  }
}
@media only screen and (max-width: 767px) {
  .T {
    font-size: 42px;
  }
  .U {
    font-size: 36px;
  }
  .V {
    font-size: 30px;
  }
  .CC {
    padding: 0px 0px 20px 0px;
  }
  .BC {
    padding: 25px 0px 20px 0px;
  }
  .AC {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .zB {
    margin-top: 0px;
  }
  .yB {
    padding: 0px 0px 0px 0px;
  }
  .xB {
    margin: 0px 0px 20px 0px;
  }
  .wB {
    margin: 0px 0px 0px 0px;
  }
  .vB {
    transform: translate3d(0px, 0px, 0);
  }
  .uB {
    margin-bottom: 0px;
  }
  .tB {
    font-weight: 600;
    font-family: "gotham med";
  }
  .sB {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
  }
  .LC {
    padding: 20px 0px 0px 0px;
  }
  .KC {
    line-height: 25px;
    font-size: 16px;
  }
  .JC {
    padding: 0px 0 0 0;
  }
  .IC {
    padding: 0px 0px 2px 0px;
  }
  .HC {
    margin: 0% 0px 0px 0px;
  }
  .GC {
    padding: 0px 0px 22px 0px;
  }
  .FC {
    padding: 22px 0px 0px 0px;
  }
  .EC {
    text-transform: none;
    font-weight: 500;
  }
  .DC {
    font-size: 17px;
  }
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.woff") format("woff"),
    url("fonts/Inter-Regular.eot#iefix") format("embedded-opentype"),
    url("fonts/Inter-Regular.otf") format("opentype"),
    url("fonts/Inter-Regular.ttf") format("truetype"),
    url("images/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBold.woff") format("woff"),
    url("fonts/Inter-SemiBold.eot#iefix") format("embedded-opentype"),
    url("fonts/Inter-SemiBold.otf") format("opentype"),
    url("fonts/Inter-SemiBold.ttf") format("truetype"),
    url("images/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Bold.woff") format("woff"),
    url("fonts/Inter-Bold.eot#iefix") format("embedded-opentype"),
    url("fonts/Inter-Bold.otf") format("opentype"),
    url("fonts/Inter-Bold.ttf") format("truetype"),
    url("images/Inter-Bold.svg#Inter-Blod") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium.woff") format("woff"),
    url("fonts/Inter-Medium.eot#iefix") format("embedded-opentype"),
    url("fonts/Inter-Medium.otf") format("opentype"),
    url("fonts/Inter-Medium.ttf") format("truetype"),
    url("images/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: gotham med;
  src: url(fonts/gotham-med-Normal-600-SemiBold.woff) format("woff"),
    url(fonts/gotham-med-Normal-600-SemiBold.woff2) format("woff2"),
    url(images/gotham-med-Normal-600-SemiBold.svg) format("svg"),
    url(fonts/gotham-med-Normal-600-SemiBold.eot) format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
}
